refactor(verse): rename HNeuronVisualizer -> FrictionPulseOverlay (CLAUDE-JARGON-1)#658
Open
Victor "David" Medina (Victor-David-Medina) wants to merge 1 commit into
Open
Conversation
…tire neuro-jargon) The component is a friction/insight notification overlay, not a neuron visualizer. The 'H-Neuron' name came from a Tsinghua sycophancy paper and describes nothing it does. Renamed to match behavior; event/helper/CSS identifiers renamed in lockstep (contract verified self-contained, zero external callers). One import site updated in app/(verse)/layout.tsx. Companion to VSC-JARGON-1 (gov #262 + website #677); this is the live console component that dispatch explicitly left to the Claude lane. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
🛡️ Cascade Quality Score: 100/100
Threshold: 85/100 | Result: PASS ✅ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CLAUDE-JARGON-1 — retire the last live "H-Neuron" (my lane)
Companion to VS Code's VSC-JARGON-1 (gov #262 + website #677). Those closed the buyer-copy + canon side; this closes the one that was explicitly left to my lane: the live console component.
What it actually was
HNeuronVisualizeris not a neuron and not a visualizer. It is a full-screen friction / insight notification overlay — it fires a fleeting "Friction detected" (tactical persona) or "Executive Insight" (executive persona) pulse when a global event is dispatched. The "H-Neuron" name came from a Tsinghua sycophancy paper and describes nothing the component does. Renamed to what it is:FrictionPulseOverlay.Rename (fully self-contained — verified before touching the contract)
components/verse/HNeuronVisualizer.tsx->components/verse/FrictionPulseOverlay.tsx(git mv, history preserved)HNeuronVisualizer->FrictionPulseOverlay,HNeuronEvent->FrictionPulseEvent,triggerHNeuron->triggerFrictionPulse"h-neuron-friction"->"friction-pulse",@keyframes h-neuron-shake->friction-pulse-shake,.h-neuron-active->.friction-pulse-activeapp/(verse)/layout.tsx(import + JSX usage)Verify-before-claim: grepped the whole tree for
triggerHNeuron/h-neuron-friction/h-neuron-active/h-neuron-shakeoutside the component — zero external callers, so the event/helper/CSS contract is safe to rename. No test or spec references the component (none exist).Deliberately NOT touched
.claude/agents/_base.yamlcites the real Tsinghua H-Neuron sycophancy research as the rationale for anti-overcompliance guardrails. That is honest provenance, not a fabricated buyer mechanic — left as-is (dated config context).docs/campaigns/,docs/prompts/stitch/,docs/reports/,relay-brain/raw/,_archived/agents) left dated (absorb-before-delete; VS Code's archive stance).white-Nopacity in the component (design-system debt) is not introduced by this rename — flagged separately, not fixed here to keep the PR to one concern.Verification
origin/main(22eedbb) in an isolated worktree — did not touch the console's parked local Copilot branch.hneuron/h-neuronin the two live files; new identifiers consistent; event contract balanced.Generated with Claude Code by RelayLaunch